home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
borland
/
td1pat.zip
/
PATTD386.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-12-15
|
598b
|
20 lines
echo off
echo
echo This batch file patches TD386.EXE to fix two problems: TD386
echo locking on start-up on certain machines, and TD386 not initializing
echo the interrupt controller correctly.
echo
echo Syntax: PATTD386 [TD386-Directory]
echo Example: PATTD386 C:\TD\
echo
echo If no parameter is specified for TD386's directory, TD386.EXE in
echo the current directory is patched. Note: If you specify a pathname,
echo the last '\' is required.
echo
echo Hit any key to patch TD386, ^C to exit
echo
pause
PATCH TD386.DIF %1TD386.EXE
PATCH TD386-1.DIF %1TD386.EXE